home *** CD-ROM | disk | FTP | other *** search
- Path: ix.netcom.com!netnews
- From: joe <jbdortch@ix.netcom.com>
- Newsgroups: comp.lang.c++
- Subject: need HELP with interrupts in Win32
- Date: 21 Jan 1996 04:59:58 GMT
- Organization: Netcom
- Message-ID: <4dsh8e$2ao@cloner2.ix.netcom.com>
- NNTP-Posting-Host: ix-orm-ut1-08.ix.netcom.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-NETCOM-Date: Sat Jan 20 8:59:59 PM PST 1996
- X-Mailer: Mozilla 1.1PE (Windows; I; 16bit)
-
- i'm using Borland C++ 4.0 and i'm trying to convert some
- old programs into 32 bit apps. i've been using an old
- Borland library function called Int86() that used the
- structure "union REGS" to set the registers. this function
- is not supported in Win32, so i need a new one. i've tried
- the getinterrupt() function, but it kept GPF'ing -- not
- sure why but i think it might be because i'm not sure how
- to set/clean up the registers when i'm using this. i've
- also tried inline assembly (asm int xxx), but i don't have
- TASM32.exe and i forsee the same register problem here
- anyway. if anyone knows something about this PLEASE help
- me.
-
- thanx in advance...
-
-
- joe (jbdortch@ix.netcom.com)
-
-